CZON

CZON - AI-Native Markdown Content Engine

Quick Start

👤 Website content creators, especially those who want to write in their native language and automatically generate multilingual versions, and dislike complex configurations.
CZON is an AI-native Markdown content engine designed to help content creators streamline their writing workflow. It emphasizes zero-configuration writing by deeply integrating AI technology to automatically handle tasks such as title generation, summary extraction, tag classification, multilingual translation, and site navigation, minimizing user distractions. CZON includes built-in static site generation but primarily focuses on content creation and management rather than complex theme customization. It is suitable for users who want to write in their native language and automatically generate multilingual versions, especially for website content creators who dislike complex configurations.
  • ✨ CZON is an AI-native Markdown content engine focused on content creation
  • ✨ Offers zero-configuration writing, reducing user interruptions by hiding configurations in the .czon directory
  • ✨ Deeply integrates AI to automatically generate titles, summaries, classifications, and navigation
  • ✨ Supports writing in native language with AI automatically performing multilingual translation
  • ✨ Includes built-in static site generation to build Markdown folders into HTML sites
868 words · ~4 min read
  • CZON
  • AI-Native
  • Markdown
  • Content Engine
  • Multilingual Translation
  • Static Site Generation
  • Zero-Configuration
  • Content Creation

CZON Site Configuration Guide

Quick Start

👤 Developers or content managers using CZON to build documentation sites, users who need to configure site options and integrate analytics tools.
This document details the methods and options for CZON site configuration. The configuration is located in the options.site field of the .czon/meta.json file, including site.baseUrl (used to generate sitemap.xml and robots.txt), site.title (site title, default value is 'CZON'), site.gaID (Google Analytics Measurement ID), and site.clarityID (Microsoft Clarity Project ID). All configuration items are optional, and changes require re-running czon build to take effect. If baseUrl is not configured, sitemap.xml generation will be skipped; analytics tools will only load after configuring the corresponding IDs, without affecting page performance. The document provides configuration location, available configuration items, complete examples, and precautions to help users easily set up the site.
  • ✨ CZON supports configuring site options through the .czon/meta.json file
  • ✨ Configuration is located in the options.site field, including baseUrl, title, gaID, and clarityID
  • ✨ site.baseUrl is used to generate sitemap.xml and robots.txt, requiring a full URL format
  • ✨ site.title is displayed in the page header, with a default value of 'CZON'
  • ✨ site.gaID is the Google Analytics Measurement ID, formatted as G-XXXXXXXXXX
339 words · ~2 min read
  • CZON
  • Site Configuration
  • meta.json
  • Google Analytics
  • Microsoft Clarity
  • sitemap
  • robots.txt